From 92f09525735cca2cbd6d521577a7338d2a51e583 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Fri, 9 Dec 2005 10:39:16 +0000 Subject: [PATCH] Makefile plumbing for new network tests. Signed-off-by: Jim Dykman --- tools/xm-test/configure.ac | 1 + tools/xm-test/tests/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/xm-test/configure.ac b/tools/xm-test/configure.ac index b2edf49457..dae815a669 100644 --- a/tools/xm-test/configure.ac +++ b/tools/xm-test/configure.ac @@ -52,6 +52,7 @@ AC_CONFIG_FILES([ tests/memset/Makefile tests/migrate/Makefile tests/network-attach/Makefile + tests/network/Makefile tests/pause/Makefile tests/reboot/Makefile tests/restore/Makefile diff --git a/tools/xm-test/tests/Makefile.am b/tools/xm-test/tests/Makefile.am index debdf0ef31..35e85752a4 100644 --- a/tools/xm-test/tests/Makefile.am +++ b/tools/xm-test/tests/Makefile.am @@ -13,6 +13,7 @@ SUBDIRS = \ list \ memmax \ memset \ + network \ network-attach \ pause \ reboot \ -- 2.30.2